Skip to content

Add South Carolina homestead property tax exemption#8311

Draft
daphnehanse11 wants to merge 3 commits into
PolicyEngine:mainfrom
daphnehanse11:codex/sc-homestead-property-tax-exemption
Draft

Add South Carolina homestead property tax exemption#8311
daphnehanse11 wants to merge 3 commits into
PolicyEngine:mainfrom
daphnehanse11:codex/sc-homestead-property-tax-exemption

Conversation

@daphnehanse11
Copy link
Copy Markdown
Collaborator

@daphnehanse11 daphnehanse11 commented May 14, 2026

Summary

  • Adds South Carolina's Homestead Exemption for senior, disabled, and blind homeowners.
  • Models the exemption for the first $50,000 of fair market residence value, converted to a $2,000 assessed-value exemption using South Carolina's 4% legal-residence assessment rate.
  • Adds focused eligibility, exemption, and reduction tests.

Closes #8201.

Value Review

  • South Carolina Department of Revenue says the Homestead Exemption exempts the first $50,000 of the fair market value of the dwelling place for qualifying homeowners.
  • The same source states legal residences are assessed at 4%, so this PR applies the $50,000 exemption as $2,000 of assessed value before estimating the property-tax reduction.

Source:

Tests

  • uv run policyengine-core test policyengine_us/tests/policy/baseline/gov/states/sc/tax/property/homestead_exemption -c policyengine_us
  • uv run pytest policyengine_us/tests/test_parameter_files.py policyengine_us/tests/test_system_import.py -q
  • uv run --extra dev ruff check policyengine_us/variables/gov/states/sc/tax/property/homestead_exemption

@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8cb60e7) to head (c098569).
⚠️ Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #8311   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           63        41   -22     
=========================================
- Hits            63        41   -22     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daphnehanse11 daphnehanse11 marked this pull request as draft May 14, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add South Carolina homestead exemption for seniors

1 participant